Correct vector type of mtk serial entry.
authorrobertl <robertl>
Mon, 11 Feb 2008 17:38:06 +0000 (17:38 +0000)
committerrobertl <robertl>
Mon, 11 Feb 2008 17:38:06 +0000 (17:38 +0000)
mtk_logger.c

index 44e6c964c705a7135b40376c68450bc65773bf7f..e420107a0eea80e45e60fc8a1cbf5b79acbac29d 100644 (file)
@@ -1065,7 +1065,7 @@ static void file_read(void) {
 // GPS logger will only handle tracks - neither waypoints or tracks...
 
 ff_vecs_t mtk_vecs = {
-       ff_type_file,
+       ff_type_serial,
        { 
                ff_cap_none     /* waypoints */, 
                ff_cap_read     /* tracks */,